Homework 1 (2022) : Data Wrangling and Visualization

Due date : 2022-01-30 @23h55 (this is a hard deadline)

Fill this cell with your names

Carefully follow instructions given on the course homepage

Write in English or French

Once again, follow the steps described here : course homepage. If you don't: no evaluation!

Grading

Here is the way we'll assess your work

Criterion Points Details
Spelling and syntax 3 English/French
Plots correction 3 Clarity / answers the question
Plot style and cleanliness 3 Titles, legends, labels, breaks ...
Table wrangling 4 ETL, SQL like manipulations
Computing Statistics 5 SQL goup by and aggregation
DRY compliance 2 DRY principle at Wikipedia

If we see a single (or more) for loop in your code: -5 points. Everything can be done using high-level pandas methods